@charset "utf-8";
:root {
  --global-color: #00A039;
}
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
ul, ol, dl {
  list-style-type: none;
}
html, body {
  *position: static;
  min-width: 1240px;
}
html {
  font-family: Jost, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input, textarea, button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
body, th, td, button, input, select, textarea {
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 14px;
  color: #333;
  /*  -webkit-font-smoothing: antialiased;*/
  /*  -moz-osx-font-smoothing: grayscale;*/
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
a, area {
  outline: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a.ie6:hover {
  zoom: 1;
}
a:focus {
  outline: 0;
}
sub, sup {
  vertical-align: baseline;
}
button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}
img {
  border: 0;
  display: block;
}
a img, img {
  -ms-interpolation-mode: bicubic;
}
/* 字体图标 */
/* http: */
/* 字体图标 */
/* 字体图标 */
@font-face {
  font-family: "iconfont"; /* Project id 4608838 */
  src: url('http://at.alicdn.com/t/c/font_4608838_6inzrl11x9l.woff2?t=1723364508685') format('woff2'), url('http://at.alicdn.com/t/c/font_4608838_6inzrl11x9l.woff?t=1723364508685') format('woff'), url('http://at.alicdn.com/t/c/font_4608838_6inzrl11x9l.ttf?t=1723364508685') format('truetype');
}
@font-face {
  font-family: "iconfont"; /* Project id 4608838 */
  src: url('//at.alicdn.com/t/c/font_4608838_6inzrl11x9l.woff2?t=1723364508685') format('woff2'), url('//at.alicdn.com/t/c/font_4608838_6inzrl11x9l.woff?t=1723364508685') format('woff'), url('//at.alicdn.com/t/c/font_4608838_6inzrl11x9l.ttf?t=1723364508685') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-guanbi1:before {
  content: "\e606";
}
.icon-caidan:before {
  content: "\e62c";
}
.icon-xiangzi2:before {
  content: "\e91f";
}
.icon-anquan:before {
  content: "\e68e";
}
.icon-huoche:before {
  content: "\e607";
}
.icon-liebiaomoshi:before {
  content: "\e601";
}
.icon-tuji:before {
  content: "\e676";
}
.icon-zizhizhengshu:before {
  content: "\e639";
}
.icon-diangongguanli:before {
  content: "\e60d";
}
.icon-a-04diangongdianqi:before {
  content: "\e62b";
}
.icon-jiahao1:before {
  content: "\e727";
}
.icon-dianhua1:before {
  content: "\e609";
}
.icon-jiangbei:before {
  content: "\e623";
}
.icon-dc-icon-guojiakexuejishujinbujiang:before {
  content: "\e662";
}
.icon-dianzan:before {
  content: "\e600";
}
.icon-tupian:before {
  content: "\e621";
}
.icon-icon_duihao-mian:before {
  content: "\e63e";
}
.icon-youjian:before {
  content: "\e686";
}
.icon-fanhuidingbu:before {
  content: "\e6e6";
}
.icon-shuangjiantou:before {
  content: "\e622";
}
.icon-lingdaoxinxiang:before {
  content: "\e641";
}
.icon-instagram:before {
  content: "\e777";
}
.icon-youtube:before {
  content: "\e612";
}
.icon-facebook-fill:before {
  content: "\e88d";
}
.icon-twitter-fill:before {
  content: "\e63d";
}
.icon-fanhui:before {
  content: "\e61e";
}
.icon-suosou:before {
  content: "\e60b";
}
.icon-whatsapp:before {
  content: "\e7d6";
}
.icon-xiala:before {
  content: "\e634";
}
.icon-shangla:before {
  content: "\e921";
}
.icon-dianhua:before {
  content: "\e605";
}
.icon-ditu:before {
  content: "\e638";
}
/* 字体图标 */
/* 字体图标 */
/* 字体图标 */
/* 字体图标 */
/* page-w */
.page-w {
  width: 1200px;
  margin: 0px auto;
}
/**/
/*头部*/
.head-plane {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-logo {
  position: relative;
}
.head-logo:before {
  content: '';
  position: absolute;
  right: -80px;
  height: 100%;
  width: 2000px;
  background-color: var(--global-color);
  z-index: 0;
  border-radius: 0 50px 0 0;
}
.head-logo h1, .head-logo .site-title {
  height: 110px;
  display: flex;
  align-items: center;
}
.head-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 60px;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.head-title-text {
  display: none;
}
/*header-info-inner*/
.head-info {
  flex: 1;
  padding-left: 180px;
}
.header-info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-info-con p {
  max-width: 350px;
}
.header-info-box, .header-info-box a {
  display: flex;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0;
}
.header-info-box .iconfont {
  font-size: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  color: #00A039;
}
.header-info-con b {
  line-height: 16px;
  color: #111010;
  font-weight: 500;
}
.header-info-con p {
  line-height: 27px;
  color: #666;
  font-weight: 400;
}
/*header-info-inner*/
/*menu-logo*/
.menu {
  position: relative;
  z-index: 2;
}
/**/
/**sticky-header **/
.sticky-header {
  position: fixed !important;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1) !important;
  z-index: 999;
  margin: 0;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0;
}
.sticky-header .menu-logo {
  display: inline-block;
}
.sticky-header .menu-nav-box .nav-ul > li > a {
  height: 90px;
  line-height: 90px;
  padding: 0 16px;
  font-size: 15px;
  color: #111010;
}
.body-001 .sticky-header .nav-ul .nav-001 a {
  color: #00A039;
}
.sticky-header .menu-plane {
  background-color: transparent;
  height: 90px;
  line-height: 90px;
}
.sticky-header .quote-item a {
  height: 90px;
  line-height: 90px;
}
.sticky-header #nav_searchform {
  border: 1px solid #989898;
}
.sticky-header .search-but .iconfont {
  color: #989898;
}
.sticky-header #keyboard {
  color: #989898;
  width: 90px;
}
/**sticky-header **/
.menu-plane {
  position: relative;
  height: 70px;
  line-height: 70px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.menu-plane*/
/*menu-nav*/
.menu-nav {
  flex: 1;
}
.menu-nav-box .nav-ul {
  display: flex;
  justify-content: center;
}
.menu-nav-box .nav-ul > li {
  position: relative;
  transition: all 300ms ease;
}
.menu-nav-box .nav-ul > li > a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  color: #FFFFFF;
  font-family: "Jost", sans-serif;
  transition: all 0.5s ease-out 0s;
}
.menu-nav-box .nav-ul > li > a:hover {
  color: #00A039;
}
.menu-nav-box .nav-ul > li.dropdown > a:after {
  position: absolute;
  content: '\e634';
  width: 100%;
  height: 100%;
  font-family: 'iconfont';
  font-size: 10px;
  display: inline-block;
  margin: 0 0 0 6px;
  color: #00A039;
}
.menu-nav-box .nav-ul > li > ul {
  min-width: 570px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
  border-bottom: none;
  border-top: 3px solid #00A039;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  height: 0;
  overflow: hidden;
  z-index: 100;
  visibility: hidden;
  background-color: #f6f6f6;
  opacity: 0;
  transform: translateY(15px);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out;
}
.menu-nav-box .nav-ul > li:hover > ul {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  z-index: 999;
}
.menu-nav-box .nav-ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .10);
  width: 50%;
}
.menu-nav-box .nav-ul > li > ul > li a {
  color: #101010;
  padding: 12px 10px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  transition: all 0.5s ease-out 0s;
}
.menu-nav-box .nav-ul > li > ul > li a:hover {
  padding-left: 20px;
  color: #FFFFFF;
  background-color: #00A039;
}
.menu-logo {
  display: none;
}
.menu-logo img {
  height: 60px;
  display: block;
  width: auto;
}
.body-001 .nav-ul .nav-001 a, .body-002 .nav-ul .nav-002 a, .body-003 .nav-ul .nav-003 > a, .body-004 .nav-ul .nav-004 a, .body-005 .nav-ul .nav-005 a, .body-006 .nav-ul .nav-006 a {
  color: #00A039 !important;
}
.menu-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*menu-logo*/
/*search*/
#nav_searchform {
  line-height: 45px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 0 5px;
}
#keyboard {
  color: #ddd;
  background-color: transparent;
  line-height: 35px;
  height: 35px;
  border: none;
  outline: none;
  transition: all 0.5s ease-out 0s;
  width: 150px;
}
.search-but {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.search-but .iconfont {
  font-size: 24px;
  color: #ddd;
}
.search-but span {
  display: none;
}
/*search*/
/*quote-item*/
.quote-item {
  margin-left: 30px;
}
.quote-item a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background-color: #00A039;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 70px;
  height: 70px;
  transition: all .25s ease-in-out;
}
/*get-more*/
.get-more:hover {
  background-color: #000000;
}
.get-more span {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  line-height: 16px;
  transition: all .3s ease-out;
}
.get-more:hover span {
  padding-right: 35px;
}
.get-more span:before {
  content: '';
  font-size: 14px;
  opacity: 1;
  visibility: visible;
  height: 2px;
  width: 0;
  background: #fff;
  position: absolute;
  top: 7px;
  right: 0;
  transition: all .3s ease-out;
}
.get-more:hover span:before {
  width: 25px;
}
.get-more span:after {
  content: '\e61e';
  font-size: 20px;
  position: absolute;
  top: 0px;
  font-family: 'iconfont';
  right: -10px;
  left: auto;
  transition: all .3s ease-out;
  color: #ffffff;
}
/*get-more*/
/*头部*/
/* 轮播图 */
.banner-plane {
  margin-top: -70px;
}
/*swiper-slide-active*/
/* devanagari */
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v20/LYjNdG7kmE0gfaN9pQlCpVo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**/
/**/
.banner-swiper {
  position: relative;
  height: 820px;
}
.visual-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 !important;
  transition: transform 4s linear;
  transition-delay: 1s;
}
.visual-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.visual-txt {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Teko';
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
  flex-direction: column;
}
.visual-txt .copy-tit-1 {
  font-size: 24px;
  font-weight: 600;
  transition: all ease 0.5s 0.5s;
}
.visual-txt .copy-tit-2 {
  line-height: 230px;
  font-weight: 600;
  font-size: 240px;
  transition: all ease 0.5s 1.2s;
}
.visual-txt .copy-tit-3 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 600;
  transition: all ease 0.5s 1.9s;
}
.visual-txt .copy-tit-4 {
  margin-top: 30px;
  transition: all ease 0.5s 2.6s;
}
.visual-txt .copy-tit-4 a {
  display: block;
  background-color: #00A039;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0px 25px 0px 0px;
  padding-top: 4px;
}
.visual-txt .copy-tit-4 a:hover {
  background-color: #000000;
}
.visual-txt .copy-tit-1 {
  transform: translate3d(0px, 50px, 0px);
  opacity: 0;
}
.visual-txt .copy-tit-2 {
  transform: translate3d(100px, 0px, 0px);
  opacity: 0;
}
.visual-txt .copy-tit-3 {
  transform: translate3d(0px, 60px, 0px);
  opacity: 0;
}
.visual-txt .copy-tit-4 {
  transform: translate3d(0px, 80px, 0px);
  opacity: 0;
}
.swiper-slide-active .visual-txt .copy-tit-1, .swiper-slide-active .visual-txt .copy-tit-2, .swiper-slide-active .visual-txt .copy-tit-3, .swiper-slide-active .visual-txt .copy-tit-4 {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
/*swiper-slide-active*/
/*visual_pagination*/
.banner-swiper .swiper-pagination {
  bottom: 30px !important;
}
.banner-swiper .dots {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background: none;
  opacity: 1;
  margin-right: 7px;
  position: relative;
  box-sizing: border-box;
}
.dots::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(100%, 100%, 100%, .5);
  border-radius: 50%;
  border: 0;
  background: #FFFFFF;
  transform: scale(.6);
}
.dots svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 1.5;
  stroke-dasharray: 0, 62.8;
  stroke-dashoffset: 62.8;
}
.dots.swiper-pagination-bullet-active::before {
  background-color: #00A039;
}
.dots.swiper-pagination-bullet-active svg.drawcircle circle {
  animation: svgrotate 6.2s forwards;
}
svg.drawcircle {
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  display: block;
  pointer-events: none;
}
svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 2;
  stroke: none;
  stroke-dasharray: 0, 188.49;
  stroke-dashoffset: 188.49;
  transition: all .3s linear 0s;
}
@-webkit-keyframes svgrotate {
  0% {
    stroke: #00A039;
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke: #00A039;
    stroke-dasharray: 62.8, 0;
    stroke-dashoffset: 62.8;
  }
}
@keyframes enter {}
@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
/*visual_pagination*/
/*底部*/
/*footer-overlay*/
.footer-overlay {
  border-top: 1px solid #eee;
  padding-top: 40px;
  overflow: hidden;
  margin-top: 130px;
}
.footer-overlay-wrap .header-info-inner {
  padding-left: 345px;
  padding-bottom: 45px;
}
/*footer-overlay*/
/**/
.footer-wrap {
  color: #bbb;
  font-size: 14px;
  position: relative;
}
.footer-wrap:before {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  background-image: none !important;
  width: calc(97%);
  border-radius: 0 50px 0 0;
  background-color: #111010;
}
/**/
/**/
.fot-letter {
  width: 28%;
}
.fot-about {
  width: 22%;
}
.fot-info {
  width: 13%;
}
.fot-quick {
  width: 23%;
  padding-right: 40px;
}
.footer-widget {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.form-fields-group {
  display: flex;
  flex-wrap: wrap;
}
/**/
.fot-letter-box {
  background-color: #00A039;
  border-radius: 0 50px 0 0;
  margin-right: 10px;
  padding: 30px 30px !important;
  color: #fff;
  margin-top: -85px;
  position: relative;
}
.form-fields .iconfont {
  font-size: 80px;
  line-height: normal;
}
.form-fields h4 {
  font-size: 26px;
  margin: 10px 0 15px;
  color: #FFFFFF;
}
.form-fields-group input {
  background-color: #fff;
  height: 50px;
  border: 0;
  margin-bottom: 2px;
  color: #666;
  line-height: 50px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}
.form-fields-group button {
  padding: 20px 40px;
  border: 0;
  font-family: Jost, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: .5px;
  font-style: normal;
  background-color: #111010;
  transition: all .6s;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
}
.form-fields-group button:hover {
  color: #000;
  background-color: #fff;
}
/**/
/*widget*/
.footer-widget .widget {
  padding: 40px 0 30px;
  position: relative;
}
.footer-widget .widget .widget-title {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}
.footer-widget .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #00A039;
}
.footer-widget .widget .textwidget {
  line-height: 1.8;
}
.footer-widget .widget .get-more {
  color: #FFFFFF;
  margin-top: 30px;
  display: inline-block;
}
.footer-widget .widget .get-more:hover {
  background-color: transparent;
}
.footer-widget .widget .get-more span:before {
  background: #00A039;
}
.footer-widget .widget .get-more span:after {
  color: #00A039;
}
.footer-widget .widget p a {
  color: #bbb;
}
.footer-widget .widget p a:hover {
  color: #00A039;
}
.footer-widget .widget .footer-phone a {
  font-size: 22px;
  color: #00A039;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
/**/
.fot-info-list li {
  padding: 0 0 8px 0;
}
.fot-info-list a {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
  color: #bbb;
}
.fot-info-list a:hover {
  color: #00A039;
}
.fot-info-list a::after {
  position: absolute;
  content: '\e622';
  color: #fff;
  font-family: 'iconfont';
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  left: 0;
  top: 2px;
}
.fot-info-list a:hover::after {
  color: #00A039;
}
/*widget*/
/**/
/**/
/**/
/**/
/*footer-bottom*/
.footer-bottom-plane {
  overflow: visible;
  overflow-x: hidden;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bbb;
  padding: 45px 60px;
  padding-right: 0;
  position: relative;
}
.footer-bottom a {
  color: #bbb;
}
.footer-bottom:before {
  position: absolute;
  height: 100%;
  width: 119%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  border-radius: 50px 0 0 0;
  background-color: #000;
}
.footer-bottom a:hover {
  color: #FFFFFF;
}
.fot-links ul {
  display: flex;
  padding: 10px 0px;
}
.fot-links li {
  position: relative;
  display: inline-block;
  padding: 0 0;
  vertical-align: top;
  padding-right: 10px;
  margin-right: 10px;
}
.fot-links li::after {
  content: "";
  width: 1px;
  top: 4px;
  height: 70%;
  background-color: #bbb;
  position: absolute;
  right: -2px;
}
.fot-links li:last-child::after {
  display: none;
}
.fot-log img {
  width: 70px;
  height: auto;
  display: block;
}
.fot-facebook {
  padding-right: 25px;
}
.fot-facebook ul {
  display: flex;
  align-items: center;
}
.fot-facebook .iconfont {
  margin-right: 10px;
  font-size: 24px;
}
/*footer-bottom*/
/*底部*/
/*侧栏菜单*/
#side-quick {
  position: fixed;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif !important;
  padding-bottom: 65px;
  z-index: 99999;
}
.quick-box {
  padding: 0;
  border: 1px solid #EEE;
  background-color: #FFF;
  max-width: 70px;
  overflow-x: hidden;
  border-radius: 4px;
  margin: 0
}
.quick-box li {
  border-bottom: 1px solid #EEE;
  text-align: center;
  padding: 8px;
  transition: all .2s ease-in-out;
  margin: 1px;
  border-radius: 4px 4px 0px 0px;
}
.quick-box li:last-child {
  border-radius: 0px 0px 4px 4px;
  border: none;
}
.quick-box li:nth-child(1) .iconfont {
  color: #F90;
}
.quick-box li:nth-child(2) .iconfont {
  color: #2CB740;
}
.quick-box li:nth-child(1):hover {
  background-color: #F90;
}
.quick-box li:nth-child(2):hover {
  background-color: #2CB740;
}
.quick-box li .iconfont {
  font-size: 24px;
}
.quick-box li p {
  margin: 2px 0 0;
  font-size: 11px;
}
.quick-box li a {
  color: #555
}
.quick-box li:hover a {
  color: #FFFFFF;
}
.quick-box li:hover .iconfont {
  color: #FFFFFF;
}
/*侧栏菜单*/
/*返回顶部*/
.scroll-top .up-btn {
  position: fixed;
  z-index: 200;
  opacity: 1;
  bottom: 10px;
  right: 20px;
  width: 45px;
  height: 45px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A039;
  border: 3px solid #eeeeee;
  color: #fff;
  transition: all 0.5s ease-out 0s;
}
.scroll-top .up-btn:hover {
  color: #fff !important;
  background-color: #111010;
}
/*返回顶部*/
/*首页关于我们*/
.guanyu-plane {
  padding-top: 100px;
  padding-bottom: 70px;
}
.guanyu-box {
  display: flex;
  justify-content: space-between;
}
.guanyu-single, .guanyu-img {
  width: 50%;
}
.guanyu-single-head {
  padding-top: 50px;
  margin-bottom: 50px;
} /* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/jost/v15/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.guanyu-subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #111010;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 18px;
}
.guanyu-subtitle:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f4f4f9;
  z-index: -1;
  transition: all .25s ease-in-out;
}
.guanyu-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
.guanyu-group {
  padding: 0px 42px 0px 58px;
}
.guanyu-group ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.guanyu-group ul li {
  border: none;
  color: #666666;
  background-color: transparent !important;
  font-family: 'Jost', sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding-bottom: 10px;
}
.guanyu-group ul li:after {
  content: "\e63e";
  font-family: 'iconfont';
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  color: #111010;
}
.progressbar {
  margin-top: 10px;
  margin-bottom: 15px;
}
.progressbar .progress-label {
  color: #111010;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.progress-lg {
  overflow: visible;
  border-radius: 0px;
  background-color: #fff;
  position: relative;
  height: 16px;
  margin-top: 3px;
  border-bottom: 2px solid #111010;
}
.progressbar .progress-bar {
  height: 11px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  overflow: visible;
  border-radius: 0px;
  background-color: #00A039;
}
.progressbar .progress-percent {
  font-size: 20px;
  color: #00A039;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: Jost, sans-serif;
}
.guanyu-img-box {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-top: 30px;
  margin-left: 30px;
}
.guanyu-img-box:before {
  content: '';
  position: absolute;
  width: 170px;
  height: 270px;
  background-color: #00A039;
  left: 0;
  top: 0;
  border-radius: 0 50px 0 0;
  z-index: 0;
}
.guanyu-img-box img {
  display: block;
  width: 500px;
  height: auto;
  border-radius: 0px 50px 0px 0px;
  position: relative;
  z-index: 1;
}
.button-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 10px;
}
.button-wrapper a {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0;
  border-radius: 0 50px 0 0;
  padding: 30px 15px 25px 30px;
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
  background-color: #00A039;
  transition: all 0.5s ease-out 0s;
}
.button-wrapper a:hover {
  background-color: #111010;
}
.button-wrapper .iconfont {
  margin-right: 5px;
  font-size: 36px;
  line-height: 36px;
  vertical-align: middle;
}
/*首页关于我们*/
/*三特点*/
.santedian-box {
  position: relative;
  width: 435px;
  margin: -100px 0 -70px;
  background-color: #111010;
  border-radius: 0 50px 0 0;
}
.santedian-box:before {
  content: '';
  position: absolute;
  left: -219px;
  top: 0;
  height: 100%;
  width: 220px;
  background-color: #111010;
  z-index: 0;
}
.santedian-inner {
  position: relative;
  padding: 70px 60px 55px 60px;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}
.santedian-con {
  display: flex;
  align-items: center;
}
.ste-icon .iconfont {
  font-size: 90px;
  line-height: 90px;
  color: #fff;
}
.ste-text {
  padding-left: 10px;
}
.ste-text h2 {
  font-size: 26px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.ste-overlay-icon {
  position: absolute;
  right: -33px;
  top: 0;
  z-index: -1;
}
.ste-overlay-icon .iconfont {
  font-size: 280px;
  line-height: 280px;
  color: rgb(255 255 255 / 10%);
}
.santedian-item:hover .ste-overlay-icon, .santedian-item:hover .ste-icon {
  transform: rotateY(-360deg);
  transition: all 0.9s ease 0s;
}
/**/
.santedian-swiper .swiper-pagination {
  text-align: left;
  top: 70px;
  left: 10px !important;
  right: auto;
  z-index: 6;
  width: auto !important;
}
.santedian-swiper .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  display: block;
  border: 0;
  background: #b7b7b7;
  margin: 18px 0px !important;
  outline: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}
.santedian-swiper .swiper-pagination-bullet-active {
  height: 10px;
  width: 10px;
  background-color: #00A039;
}
.santedian-swiper .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 2px solid #00A039;
  box-sizing: border-box;
}
/**/
/*三特点*/
/*服务*/
.service-plane .page-w {
  background-image: url("img/pattern-bg-1.png");
  background-color: #f4f4f9;
  border-radius: 0px 50px 0px 0px;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  height: 480px;
  padding-top: 130px;
  margin-bottom: 240px;
}
.service-head {
  margin-bottom: 50px;
  text-align: center;
}
.service-head h4 {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #111010;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 18px;
}
.service-head h2 {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
.service-list {
  display: flex;
  justify-content: space-between;
  margin: 0px 30px;
}
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 50px 0 0 0;
  width: 31%;
}
.service-item-img {
  position: relative;
  overflow: hidden;
}
.service-item-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease 0s;
}
.service-item:hover .service-item-img img {
  transform: scale(1.2);
}
.service-item-info {
  position: relative;
  padding: 40px 35px;
  margin-top: -35px;
  margin-left: 30px;
  border-radius: 0 0 50px 0;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  z-index: 1;
}
.service-item-title h3 {
  font-family: 'Jost', sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  font-weight: 500;
}
.service-item-title h3:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 50px;
  height: 4px;
  left: -65px;
  background-color: #00A039;
}
.service-item-txt {
  color: #666666;
  line-height: 1.6;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}
.service-item-btn .get-more {
  display: inline-block;
  padding: 14px 40px 14px 26px;
  border: 2px solid #eee;
  color: #999;
  background-color: transparent;
  border-radius: 0 25px 0 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .5px;
  transition: all 0.5s ease-out 0s;
}
.service-item-btn .get-more span:after {
  color: #999;
  ont-size: 16px;
}
.service-item-btn .get-more span:before {
  background: #999;
}
.service-item:hover .service-item-info {
  background-color: #111010;
  color: #fff;
}
.service-item:hover .service-item-title h3 a {
  color: #fff;
}
.service-item:hover .service-item-info .service-item-txt {
  color: #fff;
}
.service-item:hover .service-item-info .get-more {
  background-color: #00A039;
  border-color: #00A039;
  color: #fff;
}
.service-item:hover .service-item-info .get-more span:after {
  color: #fff;
}
.service-item:hover .service-item-info .get-more span:before {
  background: #fff;
}
/*服务*/
/*对话*/
.duihua-plane {
  padding-bottom: 60px;
}
.duihua-box {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  padding-top: 24px;
}
.duihua-inner {
  display: flex;
  align-items: center;
}
.duihua-icon-box {
  position: relative;
}
@keyframes ts-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
.duihua-box:hover .duihua-icon-box {
  animation: ts-bounce 500ms ease-in-out 50ms;
}
.duihua-icon-box img {
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #00A039;
  max-width: 100%;
  width: 56px;
  height: 56px;
}
.duihua-icon-box:before {
  position: absolute;
  content: "\e609";
  left: -40px;
  top: 5px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  background-color: #111010;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: 'iconfont';
}
.duihua-info {
  padding-left: 20px;
}
.duihua-info h2 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #111010;
}
/*对话*/
/*数据*/
.shuju-plane {
  background-color: #111010;
}
.shuju-box {
  margin-bottom: -230px;
}
.shuju-inner {
  padding-top: 50px;
}
.shuju-head {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.shuju-tit {
  padding-top: 10px;
}
.shuju-tit h4 {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 18px;
}
.shuju-tit h4:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #00A039;
  z-index: -1;
  transition: all .25s ease-in-out;
}
.shuju-subtit {
  width: 570px;
}
.shuju-subtit h2 {
  font-family: 'Jost', sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
/*shuju-number*/
.shuju-body {
  padding-bottom: 30px;
}
.shuju-number {
  display: flex;
  justify-content: space-between;
}
.shuju-number-item {}
.shuju-number .shuju-number-item:last-child {
  margin-right: 0px;
}
.fld-con h4 {
  font-family: Jost, sans-serif;
  font-size: 80px;
  line-height: 80px;
  color: #00A039;
  margin-bottom: 5px;
}
.fid-title {
  font-size: 16px;
  line-height: 16px;
  font-family: Jost, sans-serif;
  color: #FFFFFF;
  width: 230px;
}
.shuju-number .shuju-number-item:nth-child(3) .fid-title {
  width: 290px;
}
/*shuju-number*/
/*数据*/
/*数据slide*/
.shuju-slide-item {
  position: relative;
}
.shuju-slide-inner {
  padding-bottom: 50px;
}
.shuju-slide-img img {
  border-radius: 50px 0 0px 0;
  width: 100%;
  height: auto;
}
.shuju-slide-info {
  width: 400px;
  background-color: #00A039;
  padding: 50px 50px 30px 50px;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 50px;
  border-radius: 0 0 50px 0;
}
.shuju-slide-title h4 {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.shuju-slide-title h4:after {
  position: absolute;
  content: "";
  top: 28px;
  width: 60px;
  height: 3px;
  left: -85px;
  background-color: #FFFFFF;
}
.shuju-slide-desc ul li {
  position: relative;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 8px;
}
.shuju-slide-desc ul li:after {
  content: "\e63e";
  font-family: "iconfont";
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 2px;
  color: #fff;
}
/**/
/*shuju-slide-plane*/
.shuju-slide-plane {
  margin-top: 35px;
  position: relative;
}
.shuju-slide-plane .swiper-pagination {
  text-align: left;
  top: 120px;
  right: -22px !important;
  left: auto !important;
  z-index: 6;
  width: auto !important;
}
.shuju-slide-plane .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  display: block;
  border: 0;
  background: #b7b7b7;
  margin: 18px 0px !important;
  outline: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}
.shuju-slide-plane .swiper-pagination-bullet-active {
  height: 10px;
  width: 10px;
  background-color: #00A039;
}
.shuju-slide-plane .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 2px solid #00A039;
  box-sizing: border-box;
}
/*shuju-slide-plane*/
/**/
/*数据slide*/
/*企业文化*/
.wenhua-plane {
  background-image: url("img/bg-02-new.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 335px 0px 0px;
  overflow: hidden;
  background-color: #f4f4f9;
}
.wenhua-inner {
  display: flex;
}
.wenhua-body {
  flex: 1;
}
.wenhua-heading {
  margin-bottom: 50px;
}
.wenhua-heading h4 {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #111010;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 18px;
}
.wenhua-heading h4:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  z-index: -1;
  transition: all .25s ease-in-out;
}
.wenhua-heading h2 {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
/**/
.wenhua-img {
  width: 500px;
  margin-right: 70px;
}
.wenhua-img img {
  display: block;
  width: 100%;
  height: auto;
}
.wenhua-img-info {
  position: relative;
  padding: 30px 25px 30px 30px;
  border-radius: 50px 0 0;
  background-color: #111010;
  margin-top: -184px;
  display: flex;
}
.wenhua-img-icon {
  position: relative;
  overflow: hidden;
  border-radius: 50px 0 0;
}
.wenhua-img-txt {
  position: relative;
  padding-left: 45px;
}
.wenhua-img-txt h2 {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.wenhua-img-txt:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -20px;
  width: 50px;
  height: 3px;
  background-color: #00A039;
}
/*文化切换*/
.wenhua-tab-nav ul {
  display: flex;
}
.wenhua-tab-nav span {
  padding: 17px 40px;
  cursor: pointer;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 25px 0 0 0;
  margin-right: 20px;
  list-style: none;
  font-family: 'Jost', sans-serif;
  display: block;
  text-transform: uppercase;
}
.wenhua-tab-nav ul li.active span {
  color: #ffffff;
  background-color: #00A039;
}
/**/
.wenhua-tab-con .wenhua-tab-pane {
  display: none;
}
.wenhua-tab-con .active {
  display: block;
}
.wenhua-con-item {
  display: flex;
}
.wenhua-con-img {
  position: relative;
  margin-top: 30px;
  width: 335px;
}
.wenhua-con-img img {
  border-radius: 0 50px 0 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.wenhua-con-info {
  flex: 1;
}
.wenhua-con-info ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wenhua-con-info ul li {
  border: none;
  color: #666666;
  background-color: transparent !important;
  font-family: 'Jost', sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.wenhua-con-info ul li:not(:first-child) {
  margin-top: 15px;
}
.wenhua-con-info ul li:after {
  content: "\e63e";
  font-family: 'iconfont';
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  color: #111010;
}
/*文化切换*/
/*企业文化*/
/*应用*/
.application-head {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.application-head h4 {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #111010;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 18px;
}
.application-head h2 {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
.application-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 30px;
}
.application-item {
  position: relative;
  overflow: hidden;
  width: 23%;
  padding-bottom: 30px;
}
.application-img {
  border-radius: 0 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.application-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all ease 400ms;
}
.application-item a:hover .application-img img {
  transform: scale(1.1);
}
.application-img-ov {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  font-size: 52px;
  line-height: 52px;
  color: #fff;
  display: inline-block;
  text-align: center;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all ease 800ms;
  transform: translateX(0%) translateY(-8%);
}
.application-item a:hover .application-img-ov {
  visibility: visible;
  opacity: 1;
}
.application-img-ov i::before {
  content: '\e727';
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.application-img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 800ms;
  background-color: rgba(252, 0, 18, .8);
}
.application-item a:hover .application-img:after {
  visibility: visible;
  opacity: 1;
}
/**/
.application-info {
  display: block;
  padding: 75px 35px 25px 30px;
  border-radius: 0 0 50px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
  margin-top: -50px;
  margin-left: 35px;
  transition: all ease 800ms;
}
.application-item a:hover .application-info {
  background-color: #111010;
}
.application-info-box {
  position: relative;
  z-index: 0;
}
.application-info-box:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 50px;
  height: 4px;
  left: -65px;
  background-color: #00A039;
}
.application-info-box h6 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 3px;
  letter-spacing: 0.50px;
  color: #00A039;
}
.application-info-box h3 {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
}
.application-item a:hover .application-info-box h3 {
  color: #ffffff;
}
/*应用*/
/*新闻*/
.news-list {
  display: flex;
  column-gap: 24px;
  padding-top: 24px;
  flex-wrap: wrap;
}
.news-list .news-item {
  width: 32%;
  margin-bottom: 30px;
}
.news-item-img {
  position: relative;
}
.news-img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50px 0 0;
}
.news-img-box img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.news-item-inner a:hover .news-img-box img {
  transform: scale(1.2);
}
.news-item-dater {
  position: absolute;
  left: 35px;
  bottom: 40px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #00A039;
  padding: 8px 15px 5px 25px;
  border-radius: 25px 0 0;
  font-family: Jost, sans-serif;
  transition: all .25s ease-in-out;
}
.news-item-info {
  position: relative;
  display: block;
  padding: 30px 38px 38px 38px;
  border-radius: 0 0 50px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
  margin-top: -40px;
  margin-left: 35px;
  transition: all ease 800ms;
}
.news-item-meta {
  font-size: 16px;
  line-height: 16px;
  color: #00A039;
  margin-bottom: 10px;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  font-family: Jost, sans-serif;
  font-style: normal;
}
.news-item-title h3 {
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  transition: all ease 800ms;
}
.news-item-title h3:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -70px;
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #00A039;
}
.news-item-desc {
  color: #666666;
  font-family: Jost, sans-serif;
}
.news-item-two {
  padding-top: 30px;
  margin-bottom: 30px;
}
.news-item-two .news-item-info {
  padding: 40px 38px 40px 38px;
}
.news-item-two a:hover .news-item-info {
  background-color: #111010;
}
.news-item-two a:hover .news-item-title h3 {
  color: #ffffff;
}
.news-item-two .news-item-info {
  margin-top: 0px;
}
.news-item-two .news-item-dater {
  bottom: 0px;
}
/**/
.news-fot {
  text-align: center;
  padding-top: 30px;
}
.news-fot a {
  display: inline-block;
  padding: 14px 40px 14px 26px;
  border: 2px solid #00A039;
  color: #00A039;
  background-color: transparent;
  border-radius: 0 25px 0 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .5px;
  transition: all 0.5s ease-out 0s;
}
.news-fot a:hover {
  background-color: #00A039;
  color: #FFFFFF;
}
/*新闻*/
/* 子页面图 */
/**/
.sub-visual {
  width: 100%;
  height: 400px;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin-top: -70px;
}
.sub-visual-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-visual-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
}
.sub-visual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sub-visual-txt h1 {
  text-align: left;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
}
/* 子页面图 */
/*当前位置*/
.current-plane {
  margin-top: -30px;
  position: relative;
}
.current {
  display: inline-block;
  padding: 20px 30px;
  background-color: #111010;
  border-radius: 25px 0 0 0;
  font-family: Jost, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
.current a {
  color: #fff;
  margin: 0px 10px;
  transition: all 0.5s ease-out 0s;
}
.current a:hover {
  color: #00A039;
}
/*当前位置*/
/*关于我们页面*/
.guanyu-pages-plane .guanyu-single-head {
  padding-left: 30px;
  margin-bottom: 20px;
}
.guanyu-single-desc {
  padding-left: 30px;
  color: #666666;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.guanyu-single-tag {
  padding: 30px;
}
.single-tag-info h2 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-tag-info p {
  color: #666666;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.single-tag-item {
  display: flex;
}
.single-tag-item .single-tag-info {
  flex: 1;
  border-bottom: 1px solid #f4f4f9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-tag-icon {
  margin-right: 20px;
}
.single-tag-icon .iconfont {
  font-size: 50px;
  color: #00A039;
}
/*关于我们页面*/
/*团队介绍*/
.about-team-plane {
  padding-top: 300px;
  padding-bottom: 0px;
  background: #fff;
}
/*团队介绍*/
.plane-head {
  text-align: center;
}
.plane-head h4 {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #111010;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 18px;
  text-transform: uppercase;
}
.plane-head h2 {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
/*about-team-list*/
.about-team-list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.about-team-item {
  width: 24%;
}
.about-team-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 50px 0;
  margin-right: 20px;
}
.about-team-img img {
  width: 100%;
  display: block;
  height: auto;
  transition: all 0.5s ease 0s;
}
.about-team-item:hover img {
  transform: scale(1.2);
}
.about-team-info {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 19px 30px 19px 60px;
  position: relative;
}
.about-team-info::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 50px;
  height: 3px;
  left: 0px;
  background-color: #00A039;
}
.about-team-ceo h4 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #00A039;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: Jost, sans-serif;
}
.about-team-ceo h5 {
  font-family: Jost, sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.about-team-btn a {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #00A039;
  border: 2px solid #00A039;
  line-height: 40px;
  text-align: center;
  transition: .5s;
  cursor: pointer;
  border-radius: 50%;
}
.about-team-btn .iconfont {
  font-size: 20px;
  font-weight: bold;
}
/*about-team-list*/
/*development-box*/
.development-plane, .certificate-plane {
  padding: 100px 0px 0px 0px;
}
.development-box .plane-head, .certificate-box .plane-head {
  margin-bottom: 30px;
}
.development-box .plane-head h2, .certificate-box .plane-head h2 {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
}
.development-con img {
  display: block;
  width: 100%;
  height: auto;
}
/*ryzz*/
.ryzz-item {
  margin: 0px 20px;
}
.ryzz-item img {
  width: 100%;
  height: auto;
}
.certificate-list {
  position: relative;
}
.certificate-list .swiper-pointer-events {
  overflow: hidden;
}
.certificate-list .swiper-button-next {
  right: -30px;
}
.certificate-list .swiper-button-prev {
  left: -30px;
}
.certificate-list .swiper-button-next, .certificate-list .swiper-button-prev {
  color: #CDCDCD;
}
/*development-box*/
/*联系我们*/
.lianxi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.lianxi-head h2 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  color: #111010
}
.lianxi-head p {
  padding: 10px 0px 0px 56px;
  width: 50%;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Jost", sans-serif;
  color: #666666;
}
/*lianxi-body*/
.lianxi-body {
  display: flex;
  align-items: center;
}
.lianxi-info-box {
  background-color: #111010;
  margin: 95px 0px 95px 15px;
  padding: 70px 62px 70px 65px;
  border-radius: 50px 0px 0px 0px;
  z-index: 1;
  position: relative;
  flex: 1;
}
.lianxi-info-items {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.lianxi-info-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #00A039;
  transition: all .25s ease-in-out;
}
.lianxi-info-icon .iconfont {
  font-size: 45px;
  line-height: 90px;
}
.lianxi-info-txt {
  padding-left: 30px;
  flex: 1;
}
.lianxi-info-txt h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-family: Jost, sans-serif;
  color: #FFFFFF;
}
.lianxi-info-txt p, .lianxi-info-txt p a {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-family: Jost, sans-serif;
  color: #FFFFFF;
}
.lianxi-form-box {
  width: 60%;
}
.lianxi-form-single {
  background-image: url(../images/wenhua-001.png);
  background-color: #f4f4f9;
  padding: 200px 160px 200px 140px;
  border-radius: 0px 0px 50px;
  background-position: 356px -110px;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.lianxi-form-single::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  margin-left: -100px;
  background-color: #f4f4f9;
}
.lianxi-form-control input, .lianxi-form-control textarea {
  color: #666;
  line-height: 50px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  background-color: #fff;
  height: 50px;
  border: 0;
  margin-bottom: 2px;
}
.lianxi-form-control textarea {
  height: 120px;
}
.lianxi-form-btn {
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 18px 40px;
  background-color: #00A039;
  border: none;
  border-radius: 0 25px 0 0;
  color: #fff;
  outline: none !important;
  text-align: center;
  transition: all .25s ease-in-out;
  cursor: pointer;
  margin-top: 30px;
}
/*联系我们*/
/*新闻资讯*/
.zixun-body {
  display: flex;
  padding-top: 60px;
}
.zixun-body .zixun-blog-box {
  flex: 1;
  margin-right: 20px;
}
.zixun-body .zixun-sidebar-box {
  width: 390px;
}
/*侧栏搜索*/
.sidebar-search {
  padding: 40px 35px;
  margin-bottom: 30px;
  border-radius: 15px 15px 0 15px;
  background-color: #00A039;
}
.sidebar-search #nav_searchform {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.sidebar-search .search-but .iconfont {
  color: #989898;
}
.sidebar-search #keyboard {
  width: 100%;
  color: #989898;
}
/*侧栏搜索*/
/*sidebar-tagbox*/
.sidebar-tagbox {
  background-color: #f4f4f9;
  padding: 40px 35px;
  margin-bottom: 30px;
  border-radius: 15px 15px 0 15px;
}
.sidebar-tagbox h2 {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
  color: #101010;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.sidebar-tagbox .tagbox-list a {
  display: inline-block;
  font-size: 16px !important;
  padding: 0 18px;
  height: 40px;
  margin: 0 4px 8px 0;
  letter-spacing: .5px;
  font-weight: 400 !important;
  line-height: 40px;
  font-family: inherit;
  background-color: #ffffff;
  transition: 0.4s ease-out 0s;
}
.sidebar-tagbox .tagbox-list a:hover {
  color: #ffffff;
  background-color: #00A039;
}
/*sidebar-tagbox*/
/*服务人员*/
.sidebar-service-inner {
  padding: 50px 50px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 15px 15px 0 15px;
  background-color: #111010;
  font-family: "Jost", sans-serif;
}
.sidebar-service-inner h2 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
}
.sidebar-service-inner h5 {
  padding-top: 10px;
  font-size: 16px;
}
.sidebar-service-inner p {
  color: #00A039;
}
.sidebar-service-inner ul {
  padding-top: 10px;
}
.sidebar-service-inner ul li {
  margin-top: 8px;
}
.sidebar-service-inner ul li a {
  color: #ffffff;
}
.sidebar-service-img {
  width: 160px;
  height: 160px;
  margin: 0px auto;
}
.sidebar-service-img img {
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #00A039;
  width: 100%;
  height: auto;
}
.sidebar-service-button .get-more {
  padding: 18px 40px;
  background-color: #00A039;
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
.sidebar-service-button .get-more:hover {
  background-color: #ffffff;
  color: #000000;
}
.sidebar-service-button .get-more:hover span:after {
  color: #000000;
}
.sidebar-service-button .get-more span:before {
  background: #000000;
}
/*服务人员*/
.zixun-blog-item {
  background: #fff;
  margin-left: 20px;
  padding-left: 25px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.zixun-blog-date {
  background-color: #111010;
  text-align: center;
  display: inline-block;
  font-weight: 700 !important;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-family: "Jost", sans-serif;
}
.zixun-blog-date span {
  display: block;
  color: #fff;
  letter-spacing: 0;
  padding: 7px 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.zixun-blog-date .blog-day {
  background-color: #00A039;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 5px;
}
.zixun-blog-date .blog-date {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 7px 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.zixun-blog-entry {
  padding-left: 0px;
  font-family: "Jost", sans-serif;
}
.zixun-blog-entry h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.zixun-blog-entry p {
  color: #666;
  font-size: 16px;
}
.zixun-blog-btn {
  padding-top: 10px;
}
.zixun-blog-btn .get-more {
  padding: 14px 40px 14px 26px;
  border: 2px solid #eee;
  color: #999;
  background-color: transparent;
  border-radius: 0 25px 0 0;
  display: inline-block;
}
.zixun-blog-btn .get-more span:after {
  color: #999;
}
.zixun-blog-btn .get-more span:before {
  background: #999;
}
.zixun-blog-btn:hover .get-more {
  background-color: #00A039;
  border-color: #00A039;
  color: #fff;
}
.zixun-blog-btn:hover .get-more span:after {
  color: #fff;
}
.zixun-blog-btn:hover .get-more span:before {
  background: #fff;
}
/*新闻资讯*/
/*翻页*/
.list-fanye {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 0px;
  margin-top: 30px;
}
.list-fanye a[title] {
  display: none;
}
.list-fanye a[title="Total record"] {
  display: none;
}
.list-fanye a, .list-fanye b {
  border: 1px solid #d5d5d5;
  min-width: 30px;
  padding: 0px 10px;
  height: 30px;
  border-radius: 30px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  color: #0a0a0a;
  font-size: 14px;
  box-sizing: border-box;
}
.list-fanye b, .list-fanye a:hover {
  border: 1px solid #00A039;
  background: #00A039;
  color: #fff;
}
/*翻页*/
/*正文*/
.zixun-blog-details {
  font-family: "Jost", sans-serif;
}
.detail-title {
  padding: 30px 0px 30px 0px;
  border-bottom: #ccc dashed 1px;
  text-align: center;
}
.detail-title h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #101010;
}
.detail-title p {
  font-size: 14px;
  color: #666666;
}
.detail-title p span {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
/*.detail-edit*/
.detail-edit {
  padding: 20px 0px;
  font-size: 16px;
}
.detail-edit p {
  line-height: 2em;
  margin-bottom: 1em;
}
.detail-edit img {
  max-width: 100%;
	height: auto!important;
  display: inline-block;
  margin: 0px auto;
}
.detail-edit iframe {
  max-width: 100%;
  margin: 0px auto;
  width: 100%;
  height: 500px;
  display: block;
}
.detail-edit table {
  max-width: 100%;
  float: none;
}
.detail-edit table {
  font-size: 14px;
}
.detail-edit table tr {
  border-top: #A7A7A7 solid 1px;
  border-right: #A7A7A7 solid 1px;
}
.detail-edit table td {
  padding: 5px;
  border-bottom: #A7A7A7 solid 1px;
  border-left: #A7A7A7 solid 1px;
}
.detail-edit ol {
  padding: 20px;
}
.detail-edit li {
  list-style: decimal;
  margin-bottom: 15px;
}
/*正文*/
.detail-edit .wutu {
  display: none;
}
/*detail-img*/
.detail-img {
  position: relative;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
}
.detail-img img {
  border-radius: 50px 0 0 0;
}
.detail-edit .zixun-blog-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
/*shangxia*/
.shang-xia {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  font-family: "Jost", sans-serif;
}
.shang-xia p {
  width: 49%;
  padding: 20px;
  background: #eeeffa;
  color: #474747;
  font-size: 18px;
  transition: .4s all ease;
  box-sizing: border-box;
  border-radius: 8px;
}
.shang-xia p span {
  display: block;
}
.shang-xia p {
  color: #8f8f8f;
}
.shang-xia p:last-child {
  text-align: right;
}
.shang-xia p a:hover {
  color: #00A039;
}
/*shangxia*/
/*应用*/
.application-box {
  padding-top: 50px;
}
/*应用*/
/*产品*/
.products-body {
  display: flex;
  justify-content: space-between;
}
.products-list-box {
  width: 910px;
}
.products-sidebar-box {
  width: 270px;
  padding-top: 30px;
}
.products-sidebar-box .sidebar-search {
  padding: 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: #f5f5f5;
}
.products-sidebar-box .sidebar-search #nav_searchform {
  background-color: #f5f5f5;
  border: none;
}
.products-sidebar-box .search-but {
  width: 56px;
  height: 100%;
  background-color: #111010;
}
/**/
.sidebar-categories, .sidebar-contact {
  padding-top: 20px;
  font-family: "Jost", sans-serif;
}
.sidebar-categories h3, .sidebar-contact h3, .sidebar-tags h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.sidebar-categories h3::after, .sidebar-contact h3::after, .sidebar-tags h3::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #111010;
}
.sidebar-categories-con {
  margin-top: 10px;
  padding-top: 10px;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 32px;
  color: #4D4D4D;
  font-size: 15px;
  border-bottom: 0px solid #eee;
  position: relative;
  transition: all 0.4s ease;
  padding: 3px 0px;
}
.accordion .link::before {
  content: "";
  background-color: transparent;
  border: 1px solid #00A039;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.accordion a {
  flex: 1;
  transition: .4s all ease;
}
.accordion a:hover {
  color: #00A039;
}
.accordion .submenu {
  position: relative;
  background-color: #f4f4f9;
  font-size: 14px;
  padding: 0 0;
  padding-left: 20px;
  margin: 0px 0;
}
.accordion .submenu li {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}
.accordion .submenu li::before {
  content: "";
  background-color: transparent;
  border: 1px solid #00A039;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.accordion .submenu li.active::before {
  content: '';
  font-size: 13px;
  color: #111010;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-block;
  line-height: 32px;
}
/**/
.sidebar-contact-con {
  padding-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #ddd solid 1px;
}
.sidebar-contact-con p, .sidebar-contact-con p a {
  color: #666666;
  line-height: 1.7
}
.sidebar-contact-con h5 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
}
/**/
.sidebar-tags-con {
  padding: 10px 0px;
}
.sidebar-tags-con a {
  padding: 3px;
  display: inline-block;
}
.sidebar-tags-con a:hover {
  color: #00A039;
}
/**/
.products-list-head {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*product-view-switch*/
.product-view-switch {
  display: flex;
}
.product-view-switch li a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #0e0d10;
  border: 1px solid #B7B7B7;
  transition: 0.3s linear;
}
.product-view-switch li:first-child a {
  border-right: 0px;
}
.product-view-switch li.active a {
  background-color: #00A039;
  color: #ffffff;
}
.product-view-switch li .iconfont {
  font-size: 20px;
}
/*product-view-switch*/
.products-item {
  border: 1px solid #e3e8eb;
  transition: all linear 0.3s;
  border-radius: 2px;
  padding: 30px 30px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.products-item:hover {
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #00A039;
}
.products-info {
  margin-left: 30px;
  flex: 1;
}
.products-info h2 {
  font-size: 22px !important;
  line-height: 22px;
  font-weight: 500;
  font-family: "Jost", sans-serif !important;
  transition: all 0.3s ease 0s;
  margin-bottom: 10px;
}
.products-info p {
  margin-top: 5px;
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
}
.products-image img {
  display: block;
  height: 265px;
  width: auto;
  transform: scale(1);
  transition: 0.3s ease;
}
.switch_list .products-image img {
  height: auto;
  width: 90%;
	margin: 0px auto;
}
.products-item:hover img {
  transform: scale(1.05);
}
.products-but {
  margin-top: 10px;
}
.products-but a {
  background-color: #00A039;
  border: 1px solid #00A039;
  font-weight: 400;
  color: #ffffff;
  height: 45px;
  width: 151px;
  font-size: 14px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.products-but a:hover {
  color: #00A039;
  background-color: #FFFFFF;
}
/**/
/*switch_list*/
.switch_list {
  display: grid;
  grid-template-columns: repeat(3, 32.5333%);
  grid-gap: 10px;
}
.switch_list .products-item {
  display: block;
  padding: 0px;
  margin: 0px;
}
.switch_list .products-info {
  margin-left: 0px;
  padding: 20px;
	text-align: center;
}
.switch_list .products-info p, .switch_list .products-info .products-but {
  display: none;
}
.switch_list .products-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
/*switch_list*/
/*产品*/
/*产品详情页*/
.products-details-head {
  display: flex;
  padding-top: 30px;
}
.products-details-info {
  padding-left: 40px;
  font-family: "Jost", sans-serif;
  color: #101010;
  font-size: 18px;
}
.products-details-info h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
}
.products-details-info b {
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px 5px 0px;
}
.products-details-info p {
  line-height: 1.5;
  color: #666666;
}
.products-details-but {
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.products-details-but li {
  margin-right: 30px;
}
.products-details-but li a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all 0.3s ease;
  border: #00A039 solid 1px;
  background-color: #FFFFFF;
  color: #00A039;
}
.products-details-but li:last-child a {
  border: #00A039 solid 1px;
  background-color: #00A039;
  color: #FFFFFF;
}
.products-details-but li a:hover {
  background-color: #00A039;
  color: #FFFFFF;
}
.products-details-but li:last-child a:hover {
  border: #111010 solid 1px;
  background-color: #111010;
  color: #FFFFFF;
}
/**/
.products-details-tag {
  padding: 10px 0px;
  color: #666666;
}
.products-details-tag li {
  margin-bottom: 3px;
}
.products-details-tag .iconfont {
  margin-right: 10px;
  color: #111010;
  font-size: 20px;
}
/**/
.products-details-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.products-details-tip li {
  display: flex;
  align-items: center;
}
.products-details-tip li p {
  line-height: 1.2;
}
.products-details-tip li .iconfont {
  font-size: 32px;
  margin-right: 20px;
  color: #666666;
}
/**/
/**/
.products-details-imgs {
  width: 450px;
}
.products-details-imgs .swiper_products {
  width: 450px;
  height: 450px;
}
.products-details-imgs .swiper_thumbs {
  width: 450px;
  height: 75px;
  margin-top: 20px;
}
.products-details-imgs .swiper_products img {
  display: block;
  width: 450px;
  height: 450px;
  object-fit: cover;
}
.products-details-imgs .swiper_thumbs img {
  display: block;
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.products-details-imgs .swiper_thumbs .swiper-slide {
  border: #FFFFFF solid 2px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-details-imgs .swiper_thumbs .swiper-slide-thumb-active {
  border: #00A039 solid 2px;
}
.products-details-imgs .swiper-button-next, .products-details-imgs .swiper-button-prev {
  color: #00a039;
}
/**/
/**/
/**/
/**/
/*products-details-tabnav*/
.products-details-tabnav {
  padding-top: 60px;
}
.products-details-tabnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-details-tabnav ul li a {
  display: inline-block;
  font-size: 16px;
  color: #777777;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgb(221, 221, 221);
  padding: 8px 20px;
  border-radius: 0px;
  margin: 5px 5px 5px;
}
.products-details-tabnav ul li a:hover, .products-details-tabnav ul li a.active {
  color: #ffffff;
  background-color: #00A039;
  border: 1px solid #00A039;
}
/*products-details-tabnav*/
/**/
.detail-edit-nav h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: bold;
}
/**/
.products-details-edit {
  display: flex;
}
.products-details-list {
  flex: 1;
  margin-right: 30px;
}
.products-details-bar {
  width: 390px;
}
/**/
/**/
/**/
/*产品详情页*/
/*相关产品*/
.related-products-plane {
  padding-top: 30px;
}
.mtf60 {
  margin-bottom: -60px;
}
.related-products-head {
  padding: 20px 0px 30px 0px;
  text-align: center;
}
.related-products-head h2 {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: bold;
}
.related-products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related-products-item {
  padding: 30px 30px 30px;
  border: 1px solid #e3e8eb;
  transition: all linear 0.3s;
  border-radius: 2px;
  margin-bottom: 20px;
}
.related-products-item:hover {
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #00A039;
}
.related-products-img img {
  display: block;
  transition: 0.3s ease;
  object-fit: cover;
  width: 200px;
  height: auto;
}
.related-products-item:hover .related-products-img img {
  transform: scale(1.05);
}
.related-products-info {
  padding-top: 10px;
  text-align: center;
  width: 200px;
}
.related-products-info h6 {
  font-size: 16px;
  transition: all 0.3s ease 0s;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-products-item:hover .related-products-info h6 {
  color: #00A039;
}
/*相关产品*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*自适应*/
@media (max-width: 768px) {
  /*	*/
  html, body {
    width: auto;
    min-width: inherit;
  }
  .page-w {
    margin: 0px auto;
    padding: 0px 10px;
    width: auto;
  }
  /*	*/
  .head-wrap {
    display: none;
  }
  .sticky-header {
    position: relative !important;
  }
  .sticky-header .menu-nav-box .nav-ul > li > a {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 18px;
  }
  .menu-wrap, .menu-plane {
    background-color: white;
  }
  /*	*/
  .menu-logo {
    display: block;
  }
  .menu-logo img {
    height: 50px;
  }
  .menu-side {
    display: none;
  }
  /*	*/
  .menu-nav {
    flex: inherit;
  }
  .navbar-toggler {
    display: flex;
    align-items: center;
  }
  .navbar-toggler .iconfont {
    color: #222222;
    font-size: 40px;
  }
  /** Main menu resoposive **/
  .pbmit-menu-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 1000;
    width: 300px;
    height: 100%;
    padding: 0;
    display: block;
    transition: all 600ms ease;
    opacity: 0;
    padding: 70px 0;
  }
  .active .pbmit-menu-wrap {
    right: 0px;
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    transition-delay: 300ms;
    opacity: 1;
  }
  .pbmit-mobile-menu-bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    z-index: 99;
    background: rgba(0, 0, 0, .90);
    transform: translateX(101%);
    transition: all 900ms ease;
    transition-delay: 300ms;
  }
  .active .pbmit-mobile-menu-bg {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    transform: translateX(0%);
  }
  /*	*/
  .closepanel {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 0px;
    display: block;
    cursor: pointer;
  }
  .closepanel .iconfont {
    font-size: 25px;
    color: #222222;
  }
  /*	*/
  .menu-nav-box .nav-ul {
    display: block;
  }
  .menu-nav-box .nav-ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .menu-nav-box .nav-ul > li > a {
    color: #222222;
  }
  .menu-nav-box .nav-ul > li.dropdown > a:after {
    display: none;
  }
  /*	*/
  .righticon {
    font-size: 22px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 10px;
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    text-align: inherit;
    line-height: 45px;
    color: #222222;
  }
  /*	*/
  .menu-nav-box .nav-ul > li > ul {
    transition: none;
  }
  .menu-nav-box .nav-ul > li:hover > ul {
    opacity: 0;
  }
  .menu-nav-box .nav-ul > li > ul.open {
    display: block;
    position: inherit;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding-left: 1em;
  }
  /*	*/
  /*幻灯*/
	.banner-plane {
   margin-top: 0px;
}
  .banner-swiper {
    height: 320px;
  }
  .visual-txt .copy-tit-1 {
    margin-top: 50px;
	  text-align: center;
        line-height: 1;
  }
  .visual-txt .copy-tit-2 {
    line-height: 40px;
    font-size: 40px;
  }
  .visual-txt .copy-tit-3 {
    display: none;
  }
  .visual-txt .copy-tit-4 {
    margin-top: 20px;
  }
  .visual-txt .copy-tit-4 a {
    line-height: 46px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
  }
  .banner-swiper .swiper-pagination {
    bottom: 10px !important;
  }
  .get-more span:after {
    font-size: 15px;
  }
  /*幻灯*/
  /*首页作品*/
  .related-products-head h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .related-products-item {
    padding: 20px 20px 20px;
    margin-bottom: 20px;
  }
  .related-products-img img, .related-products-info {
    width: 100%;
  }
  /*首页作品*/
  /*首页关于我们*/
  .guanyu-plane {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .guanyu-box {
    display: block;
  }
  .guanyu-single, .guanyu-img {
    width: 100%;
  }
  .guanyu-single-head {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .guanyu-title {
    font-size: 26px;
    line-height: 26px;
  }
  .guanyu-group {
    padding: 0px 0px 0px 0px;
  }
  .progress-lg .progress-percent {
    right: 5px !important;
  }
  .guanyu-img-box {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 00px;
  }
  .guanyu-img-box img {
    width: 100%;
  }
  .button-wrapper a {
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    line-height: 24px;
    letter-spacing: 0;
    border-radius: 0 50px 0 0;
    padding: 10px 20px 15px 20px;
  }
  /*首页关于我们*/
  /*三特点*/
  .santedian-box {
    position: relative;
    width: 100%;
    margin: 20px 0 0px;
  }
  /*三特点*/
  /*	服务*/
  .service-plane .page-w {
    height: auto;
    padding-top: 30px;
    margin-bottom: 0px;
  }
  .service-head h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .service-list {
    display: block;
    margin: 0px 0px;
  }
  .service-item {
    width: 100%;
    padding-bottom: 20px;
  }
  .service-item-info {
    padding: 20px 15px;
    margin-top: -35px;
    margin-left: 30px;
  }
  /*	服务*/
  /*	对话*/
  .duihua-plane {
    padding-bottom: 20px;
  }
  .duihua-box {
    padding-left: 0px;
    padding-top: 20px;
  }
  .duihua-icon-box {
    width: 56px;
    height: 56px;
    margin: 0px auto;
  }
  .duihua-inner {
    display: block;
  }
  .duihua-info {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
  }
  /*	对话*/
  /*	数据*/
  .shuju-body {
    padding-bottom: 10px;
  }
  .shuju-inner {
    padding-top: 30px;
  }
  .shuju-head {
    padding-bottom: 30px;
    display: block;
  }
  .shuju-subtit {
    width: 100%;
  }
  .shuju-subtit h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .shuju-number-item {
    margin-bottom: 20px;
  }
  .shuju-number {
    display: block;
  }
  .fid-title {
    width: 100%;
  }
  .shuju-number br {
    display: none;
  }
  .shuju-slide-info {
    position: relative;
    width: 100%;
    height: 185px;
    padding: 0px 0px 0px 0px;
    z-index: 3;
    border-radius: 0 0 30px 0;
    bottom: 0px;
    right: 0px;
  }
  .shuju-slide-title {
    position: relative;
  }
  .shuju-slide-title h4 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 35px;
  }
  .shuju-slide-title h4:after {
    left: 0px;
    width: 30px;
  }
  .shuju-slide-desc {
    padding: 20px;
  }
  .shuju-slide-plane .swiper-pagination {
    text-align: left;
    top: 0px;
    right: 10px !important;
    left: auto !important;
    z-index: 6;
    width: auto !important;
  }
  .shuju-box {
    margin-bottom: 0px;
  }
  .shuju-slide-inner {
    padding-bottom: 20px;
  }
  .shuju-slide-plane {
    margin-top: 10px;
  }
  /*	数据*/
  /*文化*/
  .wenhua-plane {
    background-image: none;
    padding: 30px 0px 0px 0px;
  }
  .wenhua-heading {
    margin-bottom: 20px;
  }
  .wenhua-heading h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .wenhua-inner {
    display: block;
  }
  .wenhua-tab-nav ul {
    display: block;
  }
  .wenhua-tab-nav ul li {
    margin-bottom: 5px;
  }
  /*文化*/
  /*文化*/
  /*文化*/
  /*文化*/
  /*文化*/
  .wenhua-con-item {
    display: block;
  }
  .wenhua-con-img {
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
  .wenhua-img {
    width: 100%;
    margin-right: 0px;
  }
  .wenhua-img-info {
    position: relative;
    padding: 15px;
    border-radius: 50px 0 0;
    background-color: #111010;
    margin-top: -184px;
    display: block;
  }
  .wenhua-img-icon img {
    display: block;
    width: 60%;
    height: auto;
  }
  .wenhua-img-txt br {
    display: none;
  }
  /*文化*/
  /*	应用*/
  .application-head {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .application-head h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .application-head h2 br {
    display: none;
  }
  .application-list {
    display: block;
    margin: 0px 0px;
  }
  .application-item {
    width: 100%;
    padding-bottom: 20px;
  }
  /*	应用*/
  /*	新闻*/
  .news-list {
    display: block;
  }
  .news-list .news-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-item-info {
    padding: 20px 28px 28px 28px;
  }
  .news-item-two .news-item-info {
    padding: 20px 28px 20px 28px;
  }
  .news-fot {
    padding-top: 10px;
  }
  /*	新闻*/
  /*	联系*/
  .footer-overlay {
    padding-top: 20px;
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .footer-overlay-wrap .header-info-inner {
    display: block;
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .header-info-box {
    margin-bottom: 20px;
  }
  .header-info-box .iconfont {
    font-size: 50px;
    line-height: 1;
    margin-right: 20px;
  }
  .header-info-con p {
    font-size: 20px;
    line-height: 1;
    color: #666;
  }
  /*联系*/
  /*底部*/
  .footer-wrap {
    padding-top: 120px;
  }
  .footer-widget {
    display: block;
    margin-top: -180px;
  }
  .fot-letter, .fot-about, .fot-info, .fot-quick {
    width: 100%;
    padding-right: 0px;
  }
  .footer-wrap:before {
    width: calc(100%);
  }
  .fot-letter-box {
    margin-top: 0px;
    margin-right: 20px;
    padding: 20px 20px !important;
  }
  .footer-bottom {
    display: block;
    padding: 45px 0px;
    text-align: center;
  }
  .fot-log img {
    width: 120px;
    margin: 10px auto;
  }
  .fot-facebook {
    padding-right: 0px;
  }
  .fot-links ul {
    display: block;
    padding: 10px 0px;
  }
  .fot-facebook ul {
    justify-content: center;
  }
  .footer-bottom:before {
    width: 100%;
  }
  /*底部*/
  /*	侧边导航*/
  #side-quick {
    display: none;
  }
  .scroll-top .up-btn {
    right: 10px;
  }
  /*	侧边导航*/
  /*关于我们*/
  .certificate-list .swiper-button-next, .certificate-list .swiper-button-prev {
    display: none;
  }
  .development-plane, .certificate-plane {
    padding: 30px 0px 0px 0px;
  }
  .development-box .plane-head h2, .certificate-box .plane-head h2, .plane-head h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-team-list {
    display: block;
    padding-top: 30px;
  }
  .about-team-item {
    width: 100%;
  }
  .about-team-plane {
    padding-top: 30px;
  }
  .sub-visual {
    height: 180px;
    margin-top: 0px;
  }
  .sub-visual-txt h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .guanyu-pages-plane .guanyu-single-head {
    padding-left: 0px;
  }
  .guanyu-single-desc {
    padding-left: 0px;
  }
  .guanyu-single-tag {
    padding: 30px 0px;
  }
  /*关于我们*/
  /*产品*/
  .products-body {
    display: block;
  }
  .products-sidebar-box {
    display: none;
  }
  .products-list-box {
    width: 100%;
  }
  .switch_list .products-item {
    padding: 10px;
    margin-bottom: 20px;
  }
  .products-image img {
    height: auto;
    width: 100%;
    transform: scale(1);
  }
  .switch_list .products-image {
    padding-top: 0px;
  }
  .switch_list {
    display: block;
  }
	.products-item {
		    display: block;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
}
	.products-info {
    margin-left: 0px;
    padding-top: 10px;
}
	.products-info p {
    font-size: 14px;
}
.products-list-head p {display: none;}
.product-view-switch {
    margin: 10px auto 0px auto;
}
  /*产品*/
  /*产品内容页*/
	.products-details-head {
		display: block;
    padding-top: 20px;
}
	.products-details-imgs {
    width: 100%;
}
	.products-details-imgs .swiper_products {
    width: 100%;
    height: auto;
}
	.products-details-imgs .swiper_products img {
    width: 100%;
    height: auto;
}
	.products-details-imgs .swiper_thumbs {
    width: 100%;
   height: auto;
    margin-top: 10px;
}
	.products-details-info {
   padding-left: 0px;
   padding-top: 20px;
}
	.products-details-info h1 {
    font-size: 26px;
    line-height: 1;
}
	.products-details-but li a {
    padding: 10px 15px;
}
	.products-details-tag {
    padding: 0px 0px;
}
	.products-details-tip {
    display: block;
    margin-top: 0px;
}
	.products-details-tip li {
    margin-bottom: 3px;
}
	.products-details-tip li .iconfont {
    font-size: 20px;
    margin-right: 10px;
    color: #111010;
}
	.products-details-info p br {
    display: none;
}
	.products-details-tabnav {
    padding-top: 10px;padding-bottom: 10px;
}
	.products-details-edit {
    display: block;
}
	.products-details-list {
    flex: 1;
    margin-right: 0px;
}
	.products-details-bar {
    width: 100%;
}
  /*产品内容页*/
  /*应用*/
  .application-box {
    padding-top: 0px;
  }
  /*应用*/
  /*	新闻*/
  .zixun-body {
    display: block;
    padding-top: 20px;
  }
  .zixun-body .zixun-blog-box {
    margin-right: 0px;
  }
  .zixun-blog-item {
    margin-left: 0px;
    padding-left: 0px;
  }
  .zixun-body .zixun-sidebar-box {
    width: 100%;
	  padding-top: 20px;
  }
  /*新闻*/
  /*新闻内容页*/
  .detail-title {
    padding: 10px 0px 10px 0px;
  }
  .detail-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .shang-xia {
    margin-top: 0px;
    display: block;
  }
  .shang-xia p {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
	.shang-xia p:last-child {
    text-align: left;
}
  /*新闻内容页*/
  /*联系*/
  .lianxi-head {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lianxi-head p {
    padding: 10px 0px 0px 0px;
    width: 100%;
  }
  .lianxi-body {
    display: none;
  }
  .lianxi-info-box {
    margin: 0px;
    padding: 0px;
  }
  .lianxi-info-items {
    display: block;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
  }
  .lianxi-info-txt {
    padding-left: 0px;
    flex: 1;
    padding-top: 10px;
  }
  .lianxi-info-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0px auto;
  }
  .lianxi-info-txt h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .lianxi-info-txt p, .lianxi-info-txt p a {
    font-size: 20px;
    line-height: 20px;
  }
  .lianxi-form-box {
    display: none;
  }
  /*联系*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
  /*	*/
}
/*自适应*/
@media (min-width: 1200px) {
  .navbar-header, .pbmit-mobile-menu-bg, .righticon, .closepanel {
    display: none;
  }
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/